Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test for LIKE filters with escaped characters #1364

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

awrichar
Copy link
Contributor

@awrichar awrichar commented Jul 6, 2023

Validates proper escaping of '%' and '_'.

Requires hyperledger/firefly-common#87
Fixes #1084

Validates proper escaping of '%' and '_'.

Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
@nguyer nguyer merged commit e20fe3b into hyperledger:main Jul 27, 2023
14 checks passed
@nguyer nguyer deleted the like-escape branch July 27, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering by topics with an _ does not return correct results
2 participants